home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt
Encoding:
Text File  |  2005-11-17  |  1.7 KB  |  87 lines

  1. object fSplash: TfSplash
  2.   Left = 279
  3.   Top = 176
  4.   AutoSize = True
  5.   BorderStyle = bsNone
  6.   Caption = 'fSplash'
  7.   ClientHeight = 247
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object imgSplash: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 400
  27.     Height = 247
  28.     AutoSize = True
  29.   end
  30.   object NameImage2: TImage
  31.     Left = 30
  32.     Top = 128
  33.     Width = 300
  34.     Height = 20
  35.     Visible = False
  36.   end
  37.   object Label1: TLabel
  38.     Left = 16
  39.     Top = 224
  40.     Width = 112
  41.     Height = 14
  42.     Caption = 'Image1 Size: 400 x 247'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     Transparent = True
  50.     Visible = False
  51.   end
  52.   object SpecialThanksImage: TImage
  53.     Left = 30
  54.     Top = 114
  55.     Width = 300
  56.     Height = 14
  57.   end
  58.   object NameImage1: TImage
  59.     Left = 30
  60.     Top = 128
  61.     Width = 300
  62.     Height = 20
  63.   end
  64.   object FormTransitions1: TFormTransitions
  65.     DestroyTransitions = False
  66.     ShowTransition = CurrentTransition
  67.     Left = 80
  68.     Top = 72
  69.   end
  70.   object TransitionList1: TTransitionList
  71.     Left = 152
  72.     Top = 24
  73.     object CurrentTransition: TBlendTransition
  74.       Pass2Options.UseSolidColor = False
  75.       PassSetting = teTwoPasses
  76.       Milliseconds = 200
  77.     end
  78.   end
  79.   object Timer1: TTimer
  80.     Enabled = False
  81.     Interval = 2500
  82.     OnTimer = Timer1Timer
  83.     Left = 208
  84.     Top = 56
  85.   end
  86. end
  87.